Skip to content

Commit

Permalink
@6.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Sep 1, 2015
1 parent 6a54458 commit 1e72f05
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "Snakeskin",
"description": "Awesome JavaScript template engine.",
"main": "dist/snakeskin.min.js",
"version": "6.6.9",
"version": "6.6.10",
"homepage": "https://github.com/SnakeskinTpl/Snakeskin",
"keywords": [
"templates",
Expand Down
8 changes: 4 additions & 4 deletions dist/snakeskin.js
@@ -1,11 +1,11 @@
/*!
* Snakeskin v6.6.9
* Snakeskin v6.6.10
* https://github.com/kobezzza/Snakeskin
*
* Released under the MIT license
* https://github.com/kobezzza/Snakeskin/blob/master/LICENSE
*
* Date: Tue, 01 Sep 2015 08:21:09 GMT
* Date: Tue, 01 Sep 2015 10:19:12 GMT
*/

(function () {
Expand Down Expand Up @@ -37,7 +37,7 @@ var Snakeskin = {
* The version of Snakeskin
* @type {!Array}
*/
VERSION: [6, 6, 9],
VERSION: [6, 6, 10],

/**
* The namespace for directives
Expand Down Expand Up @@ -7930,7 +7930,7 @@ function DirObj(src, params) {
this.res = "";

if (!this.proto) {
this.res += /* cbws */"This code is generated automatically, don't alter it. */(function () {" + (this.useStrict ? "'use strict';" : "") + "var __IS_NODE__ = false,__AMD__ = typeof define === 'function' && define.amd,__HAS_EXPORTS__ = typeof exports !== 'undefined',__EXPORTS__ = __HAS_EXPORTS__ ? exports : __AMD__ ? {} : this;try {__IS_NODE__ = typeof process === 'object' && Object.prototype.toString.call(process) === '[object process]';} catch (ignore) {}var Snakeskin = (__IS_NODE__ ? global : this).Snakeskin;function __INIT__(obj) {Snakeskin = Snakeskin ||(obj instanceof Object ? obj : void 0);if (__AMD__) {define(['Snakeskin'], function (ss) {Snakeskin = Snakeskin || ss;__EXEC__.call(__EXPORTS__);return __EXPORTS__;});} else {__EXEC__.call(__EXPORTS__);return __EXPORTS__;}}if (__HAS_EXPORTS__) {__EXPORTS__.init = __INIT__;}function __EXEC__() {var __ROOT__ = this,self = this;var __APPEND__ = Snakeskin.appendChild,__FILTERS__ = Snakeskin.Filters,__VARS__ = Snakeskin.Vars,__LOCAL__ = Snakeskin.LocalVars;" + this.multiDeclVar("$_") + "";
this.res += /* cbws */"This code is generated automatically, don't alter it. */(function () {" + (this.useStrict ? "'use strict';" : "") + "var __IS_NODE__ = false,__AMD__ = typeof define === 'function' && define.amd,__HAS_EXPORTS__ = typeof exports !== 'undefined',__EXPORTS__ = __HAS_EXPORTS__ ? exports : __AMD__ ? {} : this;try {__IS_NODE__ = typeof process === 'object' && Object.prototype.toString.call(process) === '[object process]';} catch (ignore) {}var Snakeskin = (__IS_NODE__ ? global : this).Snakeskin;function __INIT__(obj) {Snakeskin = Snakeskin ||(obj instanceof Object ? obj : void 0);" + (this.exports === "default" ? "if (__AMD__) {define(['Snakeskin'], function (ss) {Snakeskin = Snakeskin || ss;__EXEC__.call(__EXPORTS__);return __EXPORTS__;});} else {__EXEC__.call(__EXPORTS__);return __EXPORTS__;}" : "__EXEC__.call(__EXPORTS__);return __EXPORTS__;") + "if (__AMD__) {define(['Snakeskin'], function (ss) {Snakeskin = Snakeskin || ss;__EXEC__.call(__EXPORTS__);return __EXPORTS__;});} else {__EXEC__.call(__EXPORTS__);return __EXPORTS__;}}if (__HAS_EXPORTS__) {__EXPORTS__.init = __INIT__;}function __EXEC__() {var __ROOT__ = this,self = this;var __APPEND__ = Snakeskin.appendChild,__FILTERS__ = Snakeskin.Filters,__VARS__ = Snakeskin.Vars,__LOCAL__ = Snakeskin.LocalVars;" + this.multiDeclVar("$_") + "";
}
}

Expand Down
6 changes: 3 additions & 3 deletions dist/snakeskin.live.js
@@ -1,11 +1,11 @@
/*!
* Snakeskin v6.6.9 (live)
* Snakeskin v6.6.10 (live)
* https://github.com/kobezzza/Snakeskin
*
* Released under the MIT license
* https://github.com/kobezzza/Snakeskin/blob/master/LICENSE
*
* Date: Tue, 01 Sep 2015 08:21:09 GMT
* Date: Tue, 01 Sep 2015 10:19:12 GMT
*/

(function () {
Expand Down Expand Up @@ -35,7 +35,7 @@ var Snakeskin = {
* The version of Snakeskin
* @type {!Array}
*/
VERSION: [6, 6, 9],
VERSION: [6, 6, 10],

/**
* The namespace for directives
Expand Down
4 changes: 2 additions & 2 deletions dist/snakeskin.live.min.js

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

0 comments on commit 1e72f05

Please sign in to comment.