Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
FIX: Breakpoints don't work in the source maps :(
Browse files Browse the repository at this point in the history
Let's remove them again.
  • Loading branch information
eviltrout committed Jul 16, 2020
1 parent b1c5277 commit db5d851
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/ember-all.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -160879,4 +160879,4 @@ enifed("simple-html-tokenizer", ["exports"], function (_exports) {
var tokenizer = new Tokenizer(new EntityParser(namedCharRefs), options);
return tokenizer.tokenize(input);
}
});//# sourceMappingURL=/assets/ember-all.debug.map
});
1 change: 0 additions & 1 deletion dist/ember-template-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -15764,4 +15764,3 @@ enifed("simple-html-tokenizer", ["exports"], function (_exports) {


}());
//# sourceMappingURL=/assets/ember-template-compiler.map
1 change: 0 additions & 1 deletion dist/ember-testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -2582,4 +2582,3 @@ Ember.Test.QUnitAdapter = testing.QUnitAdapter;
Ember.setupForTesting = testing.setupForTesting;

}());
//# sourceMappingURL=/assets/ember-testing.map
1 change: 0 additions & 1 deletion dist/ember-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -108005,4 +108005,3 @@ enifed('node-module', ['exports'], function(_exports) {


}());
//# sourceMappingURL=/assets/ember-tests.map
1 change: 0 additions & 1 deletion dist/ember.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -65190,4 +65190,3 @@ enifed("rsvp", ["exports", "node-module", "ember-babel"], function (_exports, _n
requireModule('ember')

}());
//# sourceMappingURL=/assets/ember.debug.map
2 changes: 1 addition & 1 deletion lib/ember/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ember
VERSION = '3.12.2.1'.freeze
VERSION = '3.12.2.2'.freeze
end

0 comments on commit db5d851

Please sign in to comment.