Skip to content

Commit

Permalink
Library release V.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsdw committed Nov 10, 2016
1 parent 1160a4f commit 9158b67
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function ( grunt ) {
preserveComments: 'some'
},
files: {
'vrap-js-1.0.3.min.js': [
'vrap-js-1.0.4.min.js': [
'packages/framework.js',
'packages/locale/eng-us.js',
'packages/**/*.js'
Expand Down
2 changes: 1 addition & 1 deletion src/packages/classes/foundation/Foundation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of vRap.JS JavaScript Framework v1.0.0
* This file is part of vRap.JS JavaScript Framework v1.0.4
*
* Copyright 2015, Jonathan Mauricio Sánchez Sanabria
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion src/packages/classes/primitives/Controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of vRap.JS JavaScript Framework v1.0.0
* This file is part of vRap.JS JavaScript Framework v1.0.4
*
* Copyright 2015, Jonathan Mauricio Sánchez Sanabria
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion src/packages/classes/primitives/Interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of vRap.JS JavaScript Framework v1.0.0
* This file is part of vRap.JS JavaScript Framework v1.0.4
*
* Copyright 2015, Jonathan Mauricio Sánchez Sanabria
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/packages/classes/primitives/Model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of vRap.JS JavaScript Framework v1.0.0
* This file is part of vRap.JS JavaScript Framework v1.0.4
*
* Copyright 2015, Jonathan Mauricio Sánchez Sanabria
* Released under the MIT license
Expand All @@ -23,7 +23,7 @@ vRap.Actions.define( 'Base.primitives.Model', (function() {
if ( self.config.url && $.type( self.config.url ) === 'function' ) {
self.config.url = self.config.url();
}

deferred.resolve();
} else {
vRap.Msg.alert( localeText.noApiOrData + ' | ' + self._objectNamespace );
Expand Down
2 changes: 1 addition & 1 deletion src/packages/classes/primitives/View.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of vRap.JS JavaScript Framework v1.0.0
* This file is part of vRap.JS JavaScript Framework v1.0.4
*
* Copyright 2015, Jonathan Mauricio Sánchez Sanabria
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion src/packages/framework.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @preserve vRap.js JavaScript Framework v1.0.0 | Based on jQuery 2+ | https://github.com/maxsdw/vRap-js | (c) 2014, Jonathan Mauricio Sánchez Sanabria | Released under the MIT license */
/* @preserve vRap.js JavaScript Framework v1.0.4 | Based on jQuery 2+ | https://github.com/maxsdw/vRap-js | (c) 2014, Jonathan Mauricio Sánchez Sanabria | Released under the MIT license */

/**
* Release Date: 2-12-2015
Expand Down
16 changes: 8 additions & 8 deletions src/vrap-js-1.0.3.min.js → src/vrap-js-1.0.4.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit 9158b67

Please sign in to comment.