Skip to content

Commit

Permalink
removed placeholder url
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed May 30, 2014
1 parent 2f6943c commit c8500b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/InstallPackageDialog.js
Expand Up @@ -38,7 +38,7 @@ enyo.kind({
{
kind: "onyx.InputDecorator",
components: [
{kind: "onyx.Input", placeHolder: $L("http:// or file:// or ftp://"), name: "ipkEdit", value: "http://ipkg.preware.org/feeds/webos-internals/all/de.hlavka.minstat_1.2.0_all.ipk", style: "width: 200px;"}
{kind: "onyx.Input", placeHolder: $L("http:// or file:// or ftp://"), name: "ipkEdit", style: "width: 200px;"}
]
}
]
Expand Down

0 comments on commit c8500b2

Please sign in to comment.