Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
ofbiz-backbone-models
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
72c41d09
authored
2014-04-10 15:48:45 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove console.log from the nested required checker.
1 parent
1f6f9249
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/scripts/ofbiz/model/Base.js
src/scripts/ofbiz/model/Base.js
View file @
72c41d0
...
...
@@ -7,7 +7,6 @@ define(
var
Base
=
{
createRequiredChecker
:
function
(
label
)
{
return
function
()
{
console
.
log
(
label
+
':required'
);
return
this
.
_isRequired
;
};
},
...
...
Please
register
or
sign in
to post a comment