exojs 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
 
4
4
  Exo = this.Exo = {};
5
5
 
6
- Exo.VERSION = '0.1.2';
6
+ Exo.VERSION = '0.2.0';
7
7
 
8
8
  if (typeof module !== "undefined" && module !== null) module.exports = Exo;
9
9
 
@@ -426,7 +426,6 @@
426
426
  inflateFromDOM: function() {
427
427
  var classNames, collection, dashifiedClassNames, elements, selectors,
428
428
  _this = this;
429
- console.log('inflateFromDOM!');
430
429
  if (typeof this['deactivateAndKillOrphans'] !== 'function') return;
431
430
  classNames = [];
432
431
  if (this.modelClass) {
data/lib/exojs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ExoJS
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: exojs
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan Pettersson