Skip to content

Commit 5f22790

Browse files
committed
Minified and removed console logs
1 parent ce44ef3 commit 5f22790

File tree

9 files changed

+11
-15
lines changed

9 files changed

+11
-15
lines changed

dist/css/ionic.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "UTF-8";
12
/*!
23
* Copyright 2013 Drifty Co.
34
* http://drifty.com/

dist/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/ionic-ios7.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "UTF-8";
12
/*!
23
* Copyright 2013 Drifty Co.
34
* http://drifty.com/

dist/css/themes/ionic-ios7.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/ionic-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2013 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v0.9.17
5+
* Ionic, v0.9.14
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

dist/js/ionic-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/ionic.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2013 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v0.9.17
5+
* Ionic, v0.9.14
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -16,7 +16,7 @@
1616
window.ionic = {
1717
controllers: {},
1818
views: {},
19-
version: '0.9.17'
19+
version: '0.9.14'
2020
};;
2121
(function(ionic) {
2222

@@ -5839,8 +5839,6 @@ ionic.controllers.NavController = ionic.controllers.ViewController.inherit({
58395839
* negative value for right menu (only one menu will be visible at a time).
58405840
*/
58415841
openAmount: function(amount) {
5842-
console.log('OPEN AMOUNT', amount);
5843-
58445842
var maxLeft = this.left && this.left.width || 0;
58455843
var maxRight = this.right && this.right.width || 0;
58465844

@@ -5882,7 +5880,6 @@ ionic.controllers.NavController = ionic.controllers.ViewController.inherit({
58825880
* @param {Event} e the gesture event to use for snapping
58835881
*/
58845882
snapToRest: function(e) {
5885-
console.log('SNAP TO REST');
58865883
// We want to animate at the end of this
58875884
this.content.enableAnimation();
58885885
this._isDragging = false;

dist/js/ionic.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/controllers/sideMenuController.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@
136136
* negative value for right menu (only one menu will be visible at a time).
137137
*/
138138
openAmount: function(amount) {
139-
console.log('OPEN AMOUNT', amount);
140-
141139
var maxLeft = this.left && this.left.width || 0;
142140
var maxRight = this.right && this.right.width || 0;
143141

@@ -179,7 +177,6 @@
179177
* @param {Event} e the gesture event to use for snapping
180178
*/
181179
snapToRest: function(e) {
182-
console.log('SNAP TO REST');
183180
// We want to animate at the end of this
184181
this.content.enableAnimation();
185182
this._isDragging = false;

0 commit comments

Comments
 (0)