Core: Remove native String#trim usage to save size

Fixes #14794
This commit is contained in:
Michał Gołębiowski
2014-03-04 23:08:35 +01:00
parent a35996141e
commit 279913c71b
2 changed files with 6 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
define(function() {
return "".trim;
});